home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update33.zoo / include / sys / diffh
Encoding:
Text File  |  1993-10-26  |  2.7 KB  |  111 lines

  1. ===================================================================
  2. RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/errno.h,v
  3. retrieving revision 1.1
  4. diff -c -r1.1 errno.h
  5. *** 1.1    1991/02/07 22:54:38
  6. --- errno.h    1993/10/27 00:14:27
  7. ***************
  8. *** 1,3 ****
  9. ! #ifndef _ERRNO_H
  10.   #include <errno.h>
  11.   #endif
  12. --- 1,4 ----
  13. ! #ifndef _SYS_ERRNO_H
  14. ! #define _SYS_ERRNO_H
  15.   #include <errno.h>
  16.   #endif
  17. ===================================================================
  18. RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/ioctl.h,v
  19. retrieving revision 1.2
  20. diff -c -r1.2 ioctl.h
  21. *** 1.2    1991/02/07 22:54:38
  22. --- ioctl.h    1993/10/27 00:14:29
  23. ***************
  24. *** 1,3 ****
  25. ! #ifndef    _IOCTL_H
  26.   # include <ioctl.h>
  27. ! #endif    /* _IOCTL_H */
  28. --- 1,4 ----
  29. ! #ifndef    _SYS_IOCTL_H
  30. ! #define _SYS_IOCTL_H
  31.   # include <ioctl.h>
  32. ! #endif    /* _SYS_IOCTL_H */
  33. ===================================================================
  34. RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/resource.h,v
  35. retrieving revision 1.1
  36. diff -c -r1.1 resource.h
  37. *** 1.1    1991/02/07 22:54:38
  38. --- resource.h    1993/10/27 00:14:30
  39. ***************
  40. *** 1,3 ****
  41. ! #ifndef _RESOURCE_H
  42.   #include <resource.h>
  43.   #endif
  44. --- 1,4 ----
  45. ! #ifndef _SYS_RESOURCE_H
  46. ! #define _SYS_RESOURCE_H
  47.   #include <resource.h>
  48.   #endif
  49. ===================================================================
  50. RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/signal.h,v
  51. retrieving revision 1.1
  52. diff -c -r1.1 signal.h
  53. *** 1.1    1991/02/07 22:54:38
  54. --- signal.h    1993/10/27 00:14:31
  55. ***************
  56. *** 1,3 ****
  57. ! #ifndef _SIGNAL_H
  58.   #include <signal.h>
  59.   #endif
  60. --- 1,4 ----
  61. ! #ifndef _SYS_SIGNAL_H
  62. ! #define _SYS_SIGNAL_H
  63.   #include <signal.h>
  64.   #endif
  65. ===================================================================
  66. RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/statfs.h,v
  67. retrieving revision 1.1
  68. diff -c -r1.1 statfs.h
  69. *** 1.1    1992/06/03 15:24:34
  70. --- statfs.h    1993/10/27 00:14:33
  71. ***************
  72. *** 5,10 ****
  73. --- 5,14 ----
  74.   #ifndef _SYS_STATFS_H
  75.   #define _SYS_STATFS_H
  76.   
  77. + #ifndef _COMPILER_H
  78. + #include <compiler.h>
  79. + #endif
  80.   #ifdef __cplusplus
  81.   extern "C" {
  82.   #endif
  83. ***************
  84. *** 29,34 ****
  85. --- 33,40 ----
  86.     long f_spare[7];    /* spare for later */
  87.   };
  88.   
  89. + __EXTERN int    statfs    __PROTO((const char *path, struct statfs *buf));
  90.   #ifdef __cplusplus
  91.   }
  92.   #endif
  93. ===================================================================
  94. RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/wait.h,v
  95. retrieving revision 1.1
  96. diff -c -r1.1 wait.h
  97. *** 1.1    1991/02/07 22:54:38
  98. --- wait.h    1993/10/27 00:14:36
  99. ***************
  100. *** 1,3 ****
  101. ! #ifndef _WAIT_H
  102.   #include <wait.h>
  103.   #endif
  104. --- 1,4 ----
  105. ! #ifndef _SYS_WAIT_H
  106. ! #define _SYS_WAIT_H
  107.   #include <wait.h>
  108.   #endif
  109.